home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {
- SUPERCLASS = Object;
- };
- FortuneView = {
- ACTIONS = {
- removeFont:;
- newDatabase:;
- showFonts:;
- addFont:;
- useColor:;
- setGray:;
- setThreshold:;
- };
- OUTLETS = {
- fe;
- excluded;
- offensiveMatrix;
- buffer;
- speedSlider;
- fontWindow;
- colorSwitch;
- clearSlider;
- fontBrowser;
- font;
- availableBrowser;
- appowner;
- highlightSwitch;
- sharedInspectorPanel;
- };
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- SpermView = {
- ACTIONS = {
- inspector:;
- setLineWidth:;
- setNumLines:;
- setUseColor:;
- };
- OUTLETS = {
- sharedInspectorPanel;
- };
- SUPERCLASS = View;
- };
- WordsView = {
- ACTIONS = {
- setGray:;
- setThreshold:;
- setClearAfter:;
- };
- OUTLETS = {
- buffer;
- clearSlider;
- sharedInspectorPanel;
- grayMatrix;
- font;
- speedSlider;
- };
- SUPERCLASS = View;
- };
-